Occurrences of the most frequent words (MFWs):
##
## the and to i of a in was her it you he she that not my
## 4571 4748 3536 4130 2224 2326 1484 1127 1551 1391 1895 2138 1338 1250 937 1106
Relative frequencies:
##
## the and to i of a in was her it you
## 0.0383 0.0398 0.0296 0.0346 0.0186 0.0195 0.0124 0.0094 0.0130 0.0116 0.0159
The number of occurrences of a given word divided by the total number of words:
\[ f_\mathrm{the} = \frac{n_\mathrm{the}}{ n_\mathrm{the} + n_\mathrm{of} + n_\mathrm{and} + n_\mathrm{in} + ... } \]
In a generalized version:
\[ f_{w} = \frac{n_{w}}{N} \]
Proportions within synonym groups might betray a stylistic signal:
\[ f_\mathrm{on} = \frac{n_\mathrm{on}}{ n_\mathrm{on} + n_\mathrm{upon} } \]
\[ f_\mathrm{upon} = \frac{n_\mathrm{upon}}{ n_\mathrm{on} + n_\mathrm{upon} } \]
This presentation introduces a template for the project CLS INFRA and
the reveal.js framework, but it is meant to be used within
the R programming environment with the package rmarkdown
active. The template is based on Ingo Börner’s previous work, except
that the original template is meant to be used with a low-level
installation of reveal.js.